home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / o9260ilf.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-01-27  |  17.4 KB  |  545 lines

  1. *PPD-Adobe: "4.2"
  2. *% 
  3. *% Copyright 1998 Oce-Technologies B.V., Venlo, The Netherlands
  4. *% All rights reserved
  5. *%
  6. *%
  7. *FormatVersion: "4.2"
  8. *FileVersion: "1.3"
  9. *LanguageEncoding: ISOLatin1
  10. *LanguageVersion: English
  11. *PCFileName: "O9260ILF.PPD"
  12. *Manufacturer: "Oce"
  13. *Product: "(Oce 9260)"
  14. *PSVersion: "(2014.074) 1"
  15. *ModelName: "Oce 9260 PS2 Stacker/Stapler/DFD"
  16. *NickName: "Oce 9260 PS2 Stacker/Stapler/DFD"
  17.  
  18. *% Basic Capabilities =============================
  19. *FreeVM: "8388608"
  20. *LanguageLevel: "2"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *TTRasterizer: Type42
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   (%disk%) currentdevparams dup /Writeable known
  29.   { /Writeable get {pop true} if
  30.   {(True)}{(False)} ifelse = flush
  31. restore"
  32. *End
  33.  
  34. *Throughput: "60"
  35. *Password: "0"
  36. *ExitServer: "
  37.  count 0 eq
  38.  { false } { true exch startjob } ifelse
  39.  not { 
  40.      (WARNING : Cannot modify initial VM.) = 
  41.      (Missing or invalid password.) = 
  42.      (Please contact the author of this software.) = flush quit
  43.      } if"
  44. *End
  45.  
  46. *Reset: "
  47.  count 0 eq
  48.  { false } { true exch startjob } ifelse
  49.  not {
  50.     (WARNING: Cannot reset printer.) =
  51.     (Missing or invalid password.) =
  52.     (Please contact the author of this software.) = flush quit
  53.     } if
  54.  systemdict /quit get exec
  55.  (WARNING : Printer Reset Failed.) = flush"
  56. *End
  57.  
  58. *%==========Resolution Information=========================
  59.  
  60. *OpenUI *Resolution: PickOne
  61. *OrderDependency: 30 AnySetup *Resolution
  62. *DefaultResolution: 600dpi
  63. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  64. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  65. *?Resolution: "
  66.   save
  67.     currentpagedevice /HWResolution get
  68.     0 get
  69.     (          ) cvs print
  70.     (dpi)
  71.     = flush
  72.   restore"
  73. *End
  74. *CloseUI: *Resolution
  75.  
  76. *% Halftone Information =====================
  77. *ScreenFreq: "70.2"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "
  81.   { 0.001 add exch 0.002 add exch
  82.     2 copy add 3 1 roll sub 2 copy 0 ge
  83.     { 0 ge
  84.       { 1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  85.       { 1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  86.       ifelse
  87.     }
  88.     { 0 ge
  89.       { -1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  90.       { -1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  91.       ifelse
  92.     }
  93.     ifelse
  94.   }"
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "
  98.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  99. *End
  100.  
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104.  
  105. *% Paper Handling ==========================
  106. *OpenGroup: PaperHandling
  107. *OpenUI *PageSize: PickOne
  108. *OrderDependency: 30 AnySetup *PageSize
  109. *DefaultPageSize: A4
  110. *PageSize Letter: "
  111.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  112. *End
  113. *PageSize A4: "
  114.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  115. *End
  116. *PageSize Legal: "
  117.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  118. *End
  119. *PageSize Folio: "
  120.     2 dict dup /PageSize [595 935] put dup /ImagingBBox null put setpagedevice"
  121. *End
  122. *PageSize Kwarto: "
  123.     2 dict dup /PageSize [575 720] put dup /ImagingBBox null put setpagedevice"
  124. *End
  125. *PageSize Commercial: "
  126.     2 dict dup /PageSize [595 765] put dup /ImagingBBox null put setpagedevice"
  127. *End
  128. *PageSize Foolscap: "
  129.     2 dict dup /PageSize [575 935] put dup /ImagingBBox null put setpagedevice"
  130. *End
  131. *PageSize SmallLegal: "
  132.     2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
  133. *End
  134. *?PageSize: "
  135.  save
  136.    currentpagedevice /PageSize get aload pop
  137.    2 copy gt {exch} if 
  138.    (Unknown) 
  139.    10 dict begin
  140.       [612 792] (Letter)  def
  141.       [595 842] (A4)  def
  142.       [612 1008] (Legal) def
  143.       [595 935] (Folio) def
  144.       [575 720] (Kwarto) def
  145.       [595 765] (Commercial) def
  146.       [575 935] (Foolscap) def
  147.       [612 935] (SmallLegal) def
  148.       currentdict
  149.    end
  150.    { exch aload pop 4 index sub abs 5 le exch 
  151.      5 index sub abs 5 le and 
  152.      {exch pop exit} {pop} ifelse
  153.    } bind forall
  154.    = flush pop pop
  155. restore"
  156. *End
  157. *CloseUI: *PageSize
  158.  
  159. *OpenUI *PageRegion: PickOne
  160. *OrderDependency: 40 AnySetup *PageRegion
  161. *DefaultPageRegion: A4
  162. *PageRegion Letter: "
  163.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  164. *End
  165. *PageRegion A4: "
  166.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  167. *End
  168. *PageRegion Legal: "
  169.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  170. *End
  171. *PageRegion Folio: "
  172.     2 dict dup /PageSize [595 935] put dup /ImagingBBox null put setpagedevice"
  173. *End
  174. *PageRegion Kwarto: "
  175.     2 dict dup /PageSize [575 720] put dup /ImagingBBox null put setpagedevice"
  176. *End
  177. *PageRegion Commercial: "
  178.     2 dict dup /PageSize [595 765] put dup /ImagingBBox null put setpagedevice"
  179. *End
  180. *PageRegion Foolscap: "
  181.     2 dict dup /PageSize [575 935] put dup /ImagingBBox null put setpagedevice"
  182. *End
  183. *PageRegion SmallLegal: "
  184.     2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
  185. *End
  186. *CloseUI: *PageRegion
  187.  
  188. *% The following entries provide information about specific paper keywords.
  189. *DefaultImageableArea: A4
  190. *ImageableArea Letter: "5.6 8.5 603.4 786.3"
  191. *ImageableArea A4: "5.6 8.5 586.4 836.3"
  192. *ImageableArea Legal: "5.6 8.5 603.4 1002.3"
  193. *ImageableArea Folio: "5.6 8.5 586.4 836.3"
  194. *ImageableArea Kwarto: "5.6 8.5 566.4 715.3"
  195. *ImageableArea Commercial: "5.6 8.5 586.4 761.3"
  196. *ImageableArea Foolscap: "5.6 8.5 566.4 836.3"
  197. *ImageableArea SmallLegal: "5.6 8.5 603.4 836.3"
  198.  
  199. *?ImageableArea: "
  200.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  201.   newpath clippath pathbbox
  202.   4 -2 roll exch 2 {ceiling cvp} repeat
  203.   exch 2 {floor cvp} repeat flush
  204.  restore"
  205. *End
  206.  
  207. *% These provide the physical dimensions of the paper (by keyword)
  208. *DefaultPaperDimension: A4
  209. *PaperDimension Letter: "612 792"
  210. *PaperDimension A4: "595 842"
  211. *PaperDimension Legal: "612 1008"
  212. *PaperDimension Folio: "595 935"
  213. *PaperDimension Kwarto: "575 720"
  214. *PaperDimension Commercial: "595 765"
  215. *PaperDimension Foolscap: "575 935"
  216. *PaperDimension SmallLegal: "612 935"
  217.  
  218.  
  219. *% Input Sources
  220. *%
  221. *OpenUI *InputSlot: PickOne
  222. *OrderDependency: 20 AnySetup *InputSlot
  223. *DefaultInputSlot: PrinterDefault
  224. *InputSlot PrinterDefault/Printer Default: ""
  225. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  226. *InputSlot Middle: "statusdict begin 1 setpapertray end"
  227. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  228. *?InputSlot: "
  229.  save statusdict begin
  230.   3 dict begin
  231.    /0 (Upper) def
  232.    /1 (Middle) def
  233.    /2 (Lower) def
  234.    papertray
  235.      {( ) cvs cvn load exec} stopped not{= flush}if
  236.   end
  237.  end restore"
  238. *End
  239. *CloseUI: *InputSlot
  240.  
  241. *OpenUI *ManualFeed: Boolean
  242. *OrderDependency: 20 AnySetup *ManualFeed
  243. *DefaultManualFeed: False
  244. *ManualFeed False: " 1 dict dup /ManualFeed false put setpagedevice"
  245. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  246. *?ManualFeed: "
  247.   save
  248.     currentpagedevice /ManualFeed get
  249.     {(True)}{(False)}ifelse = flush
  250.   restore"
  251. *End
  252. *CloseUI: *ManualFeed
  253.  
  254. *OpenUI *Duplex: PickOne
  255. *OrderDependency: 50 AnySetup *Duplex
  256. *DefaultDuplex: None
  257. *Duplex None/Simplex: "
  258.    2 dict dup /Duplex false put dup /Tumble false put setpagedevice"
  259. *End
  260. *Duplex DuplexNoTumble/Duplex Long-Edge Binding: "
  261.     2 dict dup /Duplex true put dup /Tumble false put setpagedevice"
  262. *End
  263. *Duplex DuplexTumble/Duplex Short-Edge Binding: "
  264.     2 dict dup /Duplex true put dup /Tumble true put setpagedevice"
  265. *End
  266. *?Duplex: "
  267.   save
  268.     currentpagedevice /Duplex get
  269.     { currentpagedevice /Tumble get
  270.       { (DuplexTumble) }
  271.       { (DuplexNoTumble) }
  272.       ifelse
  273.     }
  274.     { 
  275.        (None)
  276.     } ifelse
  277.     = flush
  278.   restore"
  279. *End
  280. *CloseUI: *Duplex
  281.  
  282. *OpenUI *Collate:  Boolean
  283. *OrderDependency:  50 AnySetup *Collate
  284. *DefaultCollate: True
  285. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  286. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  287. *?Collate: "
  288.   save
  289.   currentpagedevice /Collate get
  290.     {(True)}{(False)}ifelse = flush
  291.   restore"
  292. *End
  293. *CloseUI: *Collate
  294. *CloseGroup: PaperHandling
  295.  
  296.  
  297. *OpenGroup: Finishing
  298. *OpenUI *StapleWhen: PickOne
  299. *OrderDependency: 50 AnySetup *StapleWhen
  300. *DefaultStaple: PrinterDefault 
  301. *StapleWhen PrinterDefault/Printer Default: ""
  302. *StapleWhen Disable/No Staple: "
  303.    1 dict dup /Staple 0 put setpagedevice"
  304. *End
  305. *StapleWhen EndOfSet/Staple at End of Set: "
  306.    1 dict dup /Staple 3 put setpagedevice"
  307. *End
  308. *?StapleWhen: "
  309.  save 
  310.   5 dict begin
  311.    /0 (Disable) def
  312.    /1 (DeviceDeactivation) def
  313.    /2 (EndOfJob) def
  314.    /3 (EndOfSet) def
  315.    /4 (EndOfPage) def
  316.    currentpagedevice /Staple get
  317.      {( ) cvs cvn load exec} stopped not{= flush}if
  318.   end
  319.  end restore"
  320. *End
  321. *CloseUI: *StapleWhen
  322.  
  323. *OpenUI *JogWhen: PickOne
  324. *OrderDependency: 50 AnySetup *JogWhen
  325. *DefaultJog: PrinterDefault
  326. *JogWhen PrinterDefault/Printer Default: ""
  327. *JogWhen Disable/No Jog: "
  328.    1 dict dup /Jog 0 put setpagedevice"
  329. *End
  330. *JogWhen EndOfSet/Jog at End of Set: "
  331.    1 dict dup /Jog 3 put setpagedevice"
  332. *End
  333. *?JogWhen: "
  334.  save 
  335.   5 dict begin
  336.    /0 (Disable) def
  337.    /1 (DeviceDeactivation) def
  338.    /2 (EndOfJob) def
  339.    /3 (EndOfSet) def
  340.    /4 (EndOfPage) def
  341.    currentpagedevice /Jog get
  342.      {( ) cvs cvn load exec} stopped not{= flush}if
  343.   end
  344.  end restore"
  345. *End
  346. *CloseUI: *JogWhen
  347.  
  348. *OpenUI *OutputBin: PickOne
  349. *OrderDependency: 25 AnySetup *OutputBin
  350. *DefaultOutputBin: PrinterDefault
  351. *OutputBin PrinterDefault/Printer Default: ""
  352. *OutputBin Side: "statusdict begin 0 setoutputtray end"
  353. *OutputBin bin1: "statusdict begin 1 setoutputtray end"
  354. *OutputBin bin2: "statusdict begin 2 setoutputtray end"
  355. *OutputBin bin3: "statusdict begin 3 setoutputtray end"
  356. *CloseUI: *OutputBin
  357.  
  358. *CloseGroup: Finishing
  359.  
  360. *% Font Information
  361. *%
  362. *DefaultFont: Courier
  363. *Font AvantGarde-Book: Standard "(002.001)" Standard ROM
  364. *Font AvantGarde-BookOblique: Standard "(002.001)" Standard ROM
  365. *Font AvantGarde-Demi: Standard "(002.001)" Standard ROM
  366. *Font AvantGarde-DemiOblique: Standard "(002.001)" Standard ROM
  367. *Font Bookman-Demi: Standard "(002.001)" Standard ROM
  368. *Font Bookman-DemiItalic: Standard "(002.001)" Standard ROM
  369. *Font Bookman-Light: Standard "(002.001)" Standard ROM
  370. *Font Bookman-LightItalic: Standard "(002.001)" Standard ROM
  371. *Font Courier: Standard "(002.001)" Standard ROM
  372. *Font Courier-Bold: Standard "(002.001)" Standard ROM
  373. *Font Courier-BoldOblique: Standard "(002.001)" Standard ROM
  374. *Font Courier-Oblique: Standard "(002.001)" Standard ROM
  375. *Font Garamond-Bold: Standard "(002.001)" Standard ROM
  376. *Font Garamond-BoldItalic: Standard "(002.001)" Standard ROM
  377. *Font Garamond-Light: Standard "(002.001)" Standard ROM
  378. *Font Garamond-LightItalic: Standard "(002.001)" Standard ROM
  379. *Font Helvetica: Standard "(002.001)" Standard ROM
  380. *Font Helvetica-Bold: Standard "(002.001)" Standard ROM
  381. *Font Helvetica-BoldOblique: Standard "(002.001)" Standard ROM
  382. *Font Helvetica-Condensed: Standard "(002.001)" Standard ROM
  383. *Font Helvetica-Condensed-Bold: Standard "(002.001)" Standard ROM
  384. *Font Helvetica-Condensed-BoldObl: Standard "(002.001)" Standard ROM
  385. *Font Helvetica-Condensed-Oblique: Standard "(002.001)" Standard ROM
  386. *Font Helvetica-Narrow: Standard "(002.001)" Standard ROM
  387. *Font Helvetica-Narrow-Bold: Standard "(002.001)" Standard ROM
  388. *Font Helvetica-Narrow-BoldOblique: Standard "(002.001)" Standard ROM
  389. *Font Helvetica-Narrow-Oblique: Standard "(002.001)" Standard ROM
  390. *Font Helvetica-Oblique: Standard "(002.001)" Standard ROM
  391. *Font NewCenturySchlbk-Bold: Standard "(002.001)" Standard ROM
  392. *Font NewCenturySchlbk-BoldItalic: Standard "(002.001)" Standard ROM
  393. *Font NewCenturySchlbk-Italic: Standard "(002.001)" Standard ROM
  394. *Font NewCenturySchlbk-Roman: Standard "(002.001)" Standard ROM
  395. *Font Palatino-Bold: Standard "(002.001)" Standard ROM
  396. *Font Palatino-BoldItalic: Standard "(002.001)" Standard ROM
  397. *Font Palatino-Italic: Standard "(002.001)" Standard ROM
  398. *Font Palatino-Roman: Standard "(002.001)" Standard ROM
  399. *Font Symbol: Special "(002.001)" Special ROM
  400. *Font Times-Bold: Standard "(002.001)" Standard ROM
  401. *Font Times-BoldItalic: Standard "(002.001)" Standard ROM
  402. *Font Times-Italic: Standard "(002.001)" Standard ROM
  403. *Font Times-Roman: Standard "(002.001)" Standard ROM
  404. *Font ZapfChancery-MediumItalic: Standard "(002.001) Standard ROM"
  405. *Font ZapfDingbats: Special "(002.001)" Special ROM
  406. *?FontQuery: "
  407.  save
  408.    { count 1 gt
  409.       { exch dup 127 string cvs (/) print print (:) print
  410.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  411.       } { exit } ifelse 
  412.    } bind loop
  413.    (*) = flush
  414.  restore"
  415. *End
  416.  
  417. *?FontList: "
  418. save
  419.   (*) {cvn ==} 128 string /Font resourceforall
  420.   (*) = flush
  421. restore"
  422. *End
  423.  
  424.  
  425. *% Printer Messages (verbatim from printer):
  426. *%
  427. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  428. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  429. *Message: "\FontName\ not found, using Courier"
  430.  
  431. *% Status (format: %%[ status: <one of these> ]%% )
  432. *%
  433. *Status: "idle"
  434. *Status: "busy"
  435. *Status: "waiting"
  436.  
  437. *% Status (format: %%[ status: <one of these>; Source: <one of these> ]%% )
  438. *%
  439. *Source: "FTP"
  440. *Source: "LPR"
  441. *Source: "Serial"
  442. *Source: "Parallel"
  443. *Source: "Telnet"
  444. *Source: "Socket"
  445. *Source: "Remote Server"
  446. *Source: "PrintLink"
  447. *Source: "other"
  448. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  449. *%
  450. *PrinterError: "System error          <3e> call service"
  451. *PrinterError: "Close sorter"
  452. *PrinterError: "Empty external finisher"
  453. *PrinterError: "Put external finisher on line"
  454. *PrinterError: "Clear paper from external finisher"
  455. *PrinterError: "Close cover, bottom of sorter, left  <3c>C1"
  456. *PrinterError: "Close cover at bottom of stacker"
  457. *PrinterError: "Close cover, bottom of sorter, right <3c>C2"
  458. *PrinterError: "Close cover under finisher           <3c>C2"
  459. *PrinterError: "Push in upper paper tray"
  460. *PrinterError: "Push in lower paper tray"
  461. *PrinterError: "Close top cover of finisher          <3c>C4"
  462. *PrinterError: "Close side cover of finisher         <3c>C3"
  463. *PrinterError: "Close cover at underside papertrays  <3c>B3"
  464. *PrinterError: "Close cover at underside papertrays  <3c>B4"
  465. *PrinterError: "Push back lower stacker tray"
  466. *PrinterError: "Empty lower stacker tray"
  467. *PrinterError: "Empty upper stacker tray"
  468. *PrinterError: "Empty sorter bin"
  469. *PrinterError: "Adjust format papertrays"
  470. *PrinterError: "Adjust weight papertrays"
  471. *PrinterError: "Refill all paper trays"
  472. *PrinterError: "Refill both paper trays"
  473. *PrinterError: "Refill paper trays"
  474. *PrinterError: "Refill lower paper tray"
  475. *PrinterError: "Refill middle paper tray"
  476. *PrinterError: "Refill upper paper tray"
  477. *PrinterError: "Feed sheet in bypass"
  478. *PrinterError: "Please wait"
  479. *PrinterError: "All paper levels low"
  480. *PrinterError: "Both paper levels low"
  481. *PrinterError: "Paper levels low"
  482. *PrinterError: "Lower paper level low"
  483. *PrinterError: "Middle paper level low"
  484. *PrinterError: "Upper paper level low"
  485. *PrinterError: "All trays down"
  486. *PrinterError: "Both trays down"
  487. *PrinterError: "Trays down"
  488. *PrinterError: "Lower tray down"
  489. *PrinterError: "Middle tray down"
  490. *PrinterError: "Upper tray down"
  491. *PrinterError: "Lower stacker tray out"
  492. *PrinterError: "Lower stacker tray full"
  493. *PrinterError: "Upper stacker tray full"
  494. *PrinterError: "Cleaner unit full"
  495. *PrinterError: "Account file full"
  496. *PrinterError: "Toner level low"
  497. *PrinterError: "Trace file full"
  498. *PrinterError: "Tracing for"
  499. *PrinterError: "Service interval exceeded"
  500.  
  501. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  502.  
  503. *% Color Separation Information
  504. *%
  505. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  506.  
  507. *InkName: ProcessBlack/Process Black
  508. *InkName: CustomColor/Custom Color
  509. *InkName: ProcessCyan/Process Cyan
  510. *InkName: ProcessMagenta/Process Magenta
  511. *InkName: ProcessYellow/Process Yellow
  512.  
  513. *% For 60 lpi / 300 dpi
  514. *%
  515. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  516. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  517. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  518. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  519. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  520.  
  521. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  522. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  523. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  524. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  525. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  526.  
  527. *% For 53 lpi / 300 dpi
  528. *%
  529. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  530. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  531. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  532. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  533. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  534.  
  535. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  536. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  537. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  538. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  539. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  540.  
  541.  
  542. *% end of PPD file for Oce 9260 printer
  543.  
  544.  
  545.